System.CommandLine

This property contains the parameters passed to the application. For example, if the application "Foo.exe" was executed with the call "Foo.exe a b c", then CommandLine would contain "Foo.exe a b c".

Syntax

CommandLine( String ) as


Parameters

String


Notes

This is valid for Windows, Mac OS X built using the Mach-O format, and Linux applications.